libxl: remove the gate that only allows block or regular backing images
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 19 Jun 2014 16:32:47 +0000 (18:32 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 27 Jun 2014 13:13:23 +0000 (14:13 +0100)
commitebbcc0bf0f052e70de2e6d68731dd3224eed4bbe
treeed72c16d6ad79c5f8362dc99f10a1c11aeb1fdf8
parent5a88f7033e354314a5935c583aabd2ffbd4504a2
libxl: remove the gate that only allows block or regular backing images

On FreeBSD ZVOLs/disks/partitions are char devices, so libxl must
allow it's usage. This is already taken care in the OS-specific bits
of libxl by libxl__try_phy_backend, so remove the generic gate.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_device.c